home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iaparticleaddpoints.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  606 b   |  33 lines

  1.  
  2. // JavaScript wrapper for r3iaparticleaddpoints.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAPARTICLEADDPOINTS_H = 1;
  7. include("real/intact/r3ianp.js")
  8. include("oops/r3vector.js")
  9. include("real/objects/r3partic.js")
  10.  
  11.  
  12. var R3CLID_IAPARTICLEADDPOINTS = 1294;
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. function r3Iaparticleaddpoints () { 
  23.    this.base = r3God;
  24.    if(arguments.length) {
  25.       this.base(R3CLID_IAPARTICLEADDPOINTS, arguments);
  26.    }
  27.    // Methods
  28.  
  29.    // Attributes
  30. }
  31.  
  32. r3Iaparticleaddpoints.prototype=new r3Ianp;
  33. // r3iaparticleaddpoints.h_H